home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / system / rand.lha / rand.doc < prev    next >
Encoding:
Text File  |  1994-11-01  |  648 b   |  30 lines

  1.  
  2. This program was written to execute a random command during bootup.
  3. It is public domain.
  4.  
  5. Usage: Default file is s:random-sequences
  6.  
  7.        rand [<filename>]   
  8.  
  9. File format is simply a list of things to execute, one per line.
  10.  
  11. Eg.
  12.  
  13. echo "one"
  14. echo "two"
  15. echo "three"
  16.  
  17. Just place the rand command somewhere in your startup sequence or
  18. user-startup.  Create a file called s:random-sequences or something
  19. else and include it as an argument.
  20.  
  21. I am using it to copy different backdrop prefs to env-archive at
  22. random before iprefs.  Written in 10 minutes using SAS C 6.51 so
  23. judge it accordingly.
  24.  
  25. Author:
  26.  
  27. Byron Montgomerie
  28. Internet: byron@cs.mun.ca
  29.  
  30.